/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : 	#ff4500; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.surligner {
color : #808080; 	/*le texte est en rouge */
font-weight: ; 	/*la police est en gras */
text-decoration-line: ;
}

body {
   background-image: url("paper.gif");
   background-color: #000000;
}

.poeme {
		
		margin-left : 30%; 			
		font-family:OCR A Std, monospace;
		width: 70%; 				
		background-color : #ffb6c1;
		}
.lien{
	float: left;
	width: 30%;
	background-color : #dcdcdc;
}
h1{
	font-family: OCR A Std, monospace ;		
	color : 	#e25822 ;		/* Couleur des caractères */
	font-size : 100px ;		/* Taille en pixel */
	text-align : center ;		/* Alignement */
	font-weight : 800 ;	
  /*«Graisse» des caractères : donne des caractères gras doit être un multiple de 100*/
	font-style : normal ;		/* Style */
	text-decoration : ;	/* Souligné overline, underline,line-through*/
   background-color : ; 	

}
h2{
	font-family: OCR A Std, monospace ;		
	color : #e25822 ;		/* Couleur des caractères */
	font-size : 70px ;		/* Taille en pixel */
	text-align : center ;		/* Alignement */
	font-weight : 800 ;	
  /*«Graisse» des caractères : donne des caractères gras doit être un multiple de 100*/
	font-style : normal ;		/* Style */
	text-decoration : ;	/* Souligné overline, underline,line-through*/
   background-color : ; 
   }
   
   h3{
	font-family: OCR A Std, monospace ;		
	color : #d3d3d3 ;		/* Couleur des caractères */
	font-size : 18px ;		/* Taille en pixel */
	text-align : left ;		/* Alignement */
	font-weight : 500 ;	
  /*«Graisse» des caractères : donne des caractères gras doit être un multiple de 100*/
	font-style : normal ;		/* Style */
	text-decoration : ;	/* Souligné overline, underline,line-through*/
   background-color : ; 
   }
   
   .poeme {
		
		margin-left : 30%; 			/*marge gauche 310px*/
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 68%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color : #555555; 		/*couleur de fond arbitraire afin de voir le bloc */
		}
.img  {
	size : 15%
}	
<div class="cat">
    <img src="https://loremflickr.com/300/300" />
img {
 max-width: 100%;
 max-height: 100%;
}
.cat {
 height: 50px;
 width: 50px;
}
 h4{
	font-family: OCR A Std, monospace ;		
	color : #000000;		/* Couleur des caractères */
	font-size : 40px ;		/* Taille en pixel */
	text-align : center ;		/* Alignement */
	font-weight : 580 ;	
  /*«Graisse» des caractères : donne des caractères gras doit être un multiple de 100*/
	font-style : normal ;		/* Style */
	text-decoration : ;	/* Souligné overline, underline,line-through*/
   background-color : ; 
   }